home *** CD-ROM | disk | FTP | other *** search
- object PopUpBalloonForm: TPopUpBalloonForm
- Left = 573
- Top = 132
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 131
- ClientWidth = 171
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- FormStyle = fsStayOnTop
- KeyPreview = True
- Scaled = False
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 16
- object Test: TLabel
- Left = 9
- Top = 9
- Width = 28
- Height = 16
- Caption = 'Test'
- ShowAccelChar = False
- Transparent = True
- OnClick = TextBalloonClick
- end
- object TextBalloon: TNeoBookBalloon
- Left = 0
- Top = 0
- Width = 171
- Height = 131
- Alignment = taCenter
- Align = alClient
- OnClick = TextBalloonClick
- XOffset = 8
- YOffset = 8
- StemPos = spBottom
- StemSize = 16
- StemOffset = 0
- end
- end
-